home *** CD-ROM | disk | FTP | other *** search
/ CD Media Le CD-ROM 1995 June / CD Media Le CD-ROM - 1995-06 June.iso / pc / demos / hb4demo / install.bat < prev    next >
DOS Batch File  |  1994-10-14  |  560b  |  20 lines

  1. @echo off
  2. cls
  3. echo *****************************************
  4. echo This will install the HARDBALL 4 demo
  5. echo to your hard drive.  If you want to 
  6. echo abort this operation, press CTRL-C now.
  7. echo *****************************************
  8. pause
  9. md c:\hb4demo
  10. pkunzip file.000 c:\hb4demo
  11. c:
  12. cd \hb4demo
  13. echo .
  14. echo **********************************
  15. echo To start the demo, type HB4DEMO.
  16. echo If you have problems, type HELP.
  17. echo Bear in mind, this demo is without
  18. echo music or mouse support.  Enjoy!
  19. echo **********************************
  20.